3.385 \(\int \frac{\sqrt{\cos (c+d x)} (a B+b B \cos (c+d x))}{a+b \cos (c+d x)} \, dx\)

Optimal. Leaf size=17 \[ \frac{2 B E\left (\left .\frac{1}{2} (c+d x)\right |2\right )}{d} \]

[Out]

(2*B*EllipticE[(c + d*x)/2, 2])/d

________________________________________________________________________________________

Rubi [A]  time = 0.0109797, antiderivative size = 17, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 36, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.056, Rules used = {21, 2639} \[ \frac{2 B E\left (\left .\frac{1}{2} (c+d x)\right |2\right )}{d} \]

Antiderivative was successfully verified.

[In]

Int[(Sqrt[Cos[c + d*x]]*(a*B + b*B*Cos[c + d*x]))/(a + b*Cos[c + d*x]),x]

[Out]

(2*B*EllipticE[(c + d*x)/2, 2])/d

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 2639

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2*EllipticE[(1*(c - Pi/2 + d*x))/2, 2])/d, x] /; FreeQ[{
c, d}, x]

Rubi steps

\begin{align*} \int \frac{\sqrt{\cos (c+d x)} (a B+b B \cos (c+d x))}{a+b \cos (c+d x)} \, dx &=B \int \sqrt{\cos (c+d x)} \, dx\\ &=\frac{2 B E\left (\left .\frac{1}{2} (c+d x)\right |2\right )}{d}\\ \end{align*}

Mathematica [A]  time = 0.0230858, size = 17, normalized size = 1. \[ \frac{2 B E\left (\left .\frac{1}{2} (c+d x)\right |2\right )}{d} \]

Antiderivative was successfully verified.

[In]

Integrate[(Sqrt[Cos[c + d*x]]*(a*B + b*B*Cos[c + d*x]))/(a + b*Cos[c + d*x]),x]

[Out]

(2*B*EllipticE[(c + d*x)/2, 2])/d

________________________________________________________________________________________

Maple [B]  time = 2.138, size = 134, normalized size = 7.9 \begin{align*} 2\,{\frac{\sqrt{ \left ( 2\, \left ( \cos \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}-1 \right ) \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}}B\sqrt{ \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}}\sqrt{-2\, \left ( \cos \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}+1}{\it EllipticE} \left ( \cos \left ( 1/2\,dx+c/2 \right ) ,\sqrt{2} \right ) }{\sqrt{-2\, \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{4}+ \left ( \sin \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}}\sin \left ( 1/2\,dx+c/2 \right ) \sqrt{2\, \left ( \cos \left ( 1/2\,dx+c/2 \right ) \right ) ^{2}-1}d}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(d*x+c)^(1/2)*(a*B+b*B*cos(d*x+c))/(a+b*cos(d*x+c)),x)

[Out]

2*((2*cos(1/2*d*x+1/2*c)^2-1)*sin(1/2*d*x+1/2*c)^2)^(1/2)*B*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(-2*cos(1/2*d*x+1/2*c
)^2+1)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2))/(-2*sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)/sin(1/
2*d*x+1/2*c)/(2*cos(1/2*d*x+1/2*c)^2-1)^(1/2)/d

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (B b \cos \left (d x + c\right ) + B a\right )} \sqrt{\cos \left (d x + c\right )}}{b \cos \left (d x + c\right ) + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^(1/2)*(a*B+b*B*cos(d*x+c))/(a+b*cos(d*x+c)),x, algorithm="maxima")

[Out]

integrate((B*b*cos(d*x + c) + B*a)*sqrt(cos(d*x + c))/(b*cos(d*x + c) + a), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (B \sqrt{\cos \left (d x + c\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^(1/2)*(a*B+b*B*cos(d*x+c))/(a+b*cos(d*x+c)),x, algorithm="fricas")

[Out]

integral(B*sqrt(cos(d*x + c)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)**(1/2)*(a*B+b*B*cos(d*x+c))/(a+b*cos(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (B b \cos \left (d x + c\right ) + B a\right )} \sqrt{\cos \left (d x + c\right )}}{b \cos \left (d x + c\right ) + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)^(1/2)*(a*B+b*B*cos(d*x+c))/(a+b*cos(d*x+c)),x, algorithm="giac")

[Out]

integrate((B*b*cos(d*x + c) + B*a)*sqrt(cos(d*x + c))/(b*cos(d*x + c) + a), x)